Geometry Node
https://gyazo.com/4c670b83b07b81c7750546a2ed07e558
https://docs.blender.org/manual/en/latest/render/shader_nodes/input/geometry.html
Node (Shader Nodes)
このNodeはすべてWorld Spaceでの値を返す
Object Spaceではない
Position
Normal
Tangent
True Normal
Incoming
Shading PointからViewへの方向Vector
Normalizeされている
自炊するのであれば、ViewのPositionをShaderで取得するを使ってこう組めばできる
https://gyazo.com/0db2e8d3c4aec14dc43d52fcfcfcc264
Parametric
Backfacing
Faceが表か裏かを0と1で返す
Pointiness
EEVEE Legacyは非対応
Random Per Island
Mesh Islandごとにランダムな値(0~1)を返す
EEVEE Legacyは非対応